projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa87aaf
)
(filesets-ormap): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 16 May 2002 12:00:59 +0000
(12:00 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 16 May 2002 12:00:59 +0000
(12:00 +0000)
lisp/filesets.el
patch
|
blob
|
history
diff --git
a/lisp/filesets.el
b/lisp/filesets.el
index 8b494262ae1ce836e6010611f9ee253f33badf5b..ae82aedb68b6780b80d99d8053572f4832c76eb0 100644
(file)
--- a/
lisp/filesets.el
+++ b/
lisp/filesets.el
@@
-152,7
+152,7
@@
COND-FN takes one argument: the current element."
(setq rv (append rv (list elt)))))))
(defun filesets-ormap (fsom-pred lst)
- "Return the t
he t
ail of FSOM-LST for the head of which FSOM-PRED is non-nil."
+ "Return the tail of FSOM-LST for the head of which FSOM-PRED is non-nil."
(let ((fsom-lst lst)
(fsom-rv nil))
(while (and (not (null fsom-lst))